@font-face {
  font-family: Poppins-Regular;
  src: url('../fonts/poppins/Poppins-Regular.ttf'); 
}

@font-face {
  font-family: Poppins-Bold;
  src: url('../fonts/poppins/Poppins-Bold.ttf'); 
}



@font-face {
  font-family: 'fontello';
  src: url('../font/fontello.eot?91743486');
  src: url('../font/fontello.eot?91743486#iefix') format('embedded-opentype'),
       url('../font/fontello.woff2?91743486') format('woff2'),
       url('../font/fontello.woff?91743486') format('woff'),
       url('../font/fontello.ttf?91743486') format('truetype'),
       url('../font/fontello.svg?91743486#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}

 
 [class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
	
 
display: inline-block;
width: 1em;
text-align: center;
font-size: 25px;
 
 
}
 
  [class^="iconsmall-"]:before, [class*=" iconsmall-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
	margin-right:5px;
  text-decoration: none;
display: inline-block;
width: 1em;
text-align: center;
font-size: 17px;

 
}

.iconsmall-registered:before { content: '\f25d'; } /* '' */

* {
	box-sizing: border-box;
}
html {

	height: 100%;
	font-family: Poppins-Regular, sans-serif;
}
body {
	margin: 0;
	
	background-image: url('../web_images/marvin_left.png');
	background-size: 10%;
	background-repeat: no-repeat;
	background-position:bottom right;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
.login-form-avatar {
  display: block;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto;
  margin-bottom: 35px;
  margin-top: 35px;
}
.login-form-avatar img {
  width: 100%;

}
.login-form-title {
  display: block;
  font-family: Poppins-Bold;
  font-size: 39px;
  color: #333333;
  line-height: 1.2;
  text-align: center;
  padding-bottom: 0px;
  padding-top: 50px;
}
.login-input {
  width: 100%;
  border: 0;
  border-bottom: 2px solid #d9d9d9;
  font-family: Poppins-Regular;
  margin-bottom: 20px;

 
  
}
.login-box {
  max-width: 390px;

 
}

.login-btn {
  font-family: Poppins-Regular;
  font-size: 16px;
  color: #fff;
  line-height: 1.2;
  text-transform: uppercase;


  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
  width: 100%;
  height: 50px;
  background-color: #57b846;
  border-radius: 25px;
  border: 0;

  box-shadow: 0 10px 30px 0px rgba(87, 184, 70, 0.5);

}
.login-btn:hover  {
  background-color: #333333;
  box-shadow: 0 10px 30px 0px rgba(51, 51, 51, 0.5);


}